home *** CD-ROM | disk | FTP | other *** search
- Path: news-m01.ny.us.ibm.net!usenet
- From: fheitka@ibm.net (Frederick V. Heitkamp)
- Newsgroups: comp.unix.amiga
- Subject: Re: Compiling X Programs Under Amiga Linux?
- Date: 29 Jan 1996 12:05:48 GMT
- Organization: NONE
- Distribution: world
- Message-ID: <4eid6s$uqo@news-s01.ny.us.ibm.net>
- References: <4dvqi0$4r2i@news-s01.ny.us.ibm.net> <4e0ihk$10h@news.Informatik.Uni-Oldenburg.DE> <4e547j$1jsk@news-s01.ny.us.ibm.net> <4e5730$bf3@idefix.CS.kuleuven.ac.be>
- NNTP-Posting-Host: slip37-208-74.ibm.net
- Mime-Version: 1.0
- Content-Type: Text/Plain; charset=US-ASCII
- Keywords: X, libraries, Amiga, Linux
- X-Newsreader: WinVN 0.99.6
-
- In article <4e5730$bf3@idefix.CS.kuleuven.ac.be>, geert@cs.KULeuven.ac.be$
- says...
- >
- >In article <4e547j$1jsk@news-s01.ny.us.ibm.net>, fheitka@ibm.net (Frederick
- V. Heitkamp) writes:
- >|> In article <4e0ihk$10h@news.Informatik.Uni-Oldenburg.DE>,
- >|> Frank.Neumann@Informatik.Uni-Oldenburg.DE says...
- >|> >
- >|> >Hi,
- >|> >heitkamp@ibm.net (Frederick V. Heitkamp) writes:
- >|> >
- >|> OK. Let me tell you the whole story. I have the X shared libraries
- >|> in /usr/X11R6/lib. When I try to compile the demo X program using,
- >|> "gcc -o Xdemo Xdemo.c -L/usr/X11R6/lib -I/usr/X11R6/include -lX11"
- >|> I get an error message saying it can't find libX11, even though the
- >|> shared (sa) library is there. I thought I read some where that you need
- >|> the lib*.a, lib*.sa, and lib*so, so I thought the lib*.a file being
- >|> missing might cause the problem. I guess for ELF, one of those library
- >|> types is not needed. I thought it was the lib*.sa. At least,
- >|> this is the way my Linux PC is set up.
- >
- >Try to create soft links from /usr/X11R6/lib/lib*.so to the
- >/usr/X11R6/lib/lib*.so.6.0 libraries, e.g.
- >
- > cd /usr/X11R6/lib
- > ln -s libX11.so.6.0 libX11.so
- >
- Right now it is:
- libX11.so.6 -> libX11.so.6.0.0
-
- etc.
-
- Isn't that correct?
-
- Fred Heitkamp
-
-